Feature: Crear tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 20.361s |
Scenario: Crear tag con datos validos
Before
0m 0.640s
Given
the user navigates to Ghost at "<GHOST>"
0m 1.061s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.723s
And
the user navigates to the tags page
0m 1.002s
And
I wait for 2 seconds
0m 2.259s
When
the user cliks on the new tag
0m 0.374s
And
I wait for 1 seconds
0m 1.301s
And
I enter invalid name tag
0m 0.657s
And
I wait for 1 seconds
0m 1.225s
And
I enter invalid description tag
0m 5.545s
And
I wait for 1 seconds
0m 1.214s
Then
I click in save tag
0m 0.424s
And
I wait for 1 seconds
0m 1.254s
Then
I click again tags
0m 0.411s
And
I wait for 2 seconds
0m 2.269s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
the user navigates to the tags page
And
I wait for 2 seconds
When
the user cliks on the new tag
And
I wait for 1 seconds
And
I enter invalid name tag
And
I wait for 1 seconds
And
I enter invalid description tag
And
I wait for 1 seconds
Then
I click in save tag
And
I wait for 1 seconds
Then
I click again tags
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE